Replace Placement Ad Units
Replaces the entire AdUnit list of a placement with the provided list.
Access Control:
Admin and Operator accounts have full access (create/read/update/delete) to placement resources.
Advertiser accounts have no access to this endpoint — see GET /placements/targets for the
lightweight, allocation-target-selection view available to advertisers.
Authorizations
Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.
Path Parameters
Body
Request body for PUT /placements/{id}/ad-units.
Replaces the entire list with the provided one
1000Response
Successful Response
Response schema for Placement mutation operations (create/patch).
The date and time when the placement was created.
The ID of the user who created the placement.
Unique identifier for the placement (UUID v4).
Human-readable name of the placement.
List of ad unit IDs associated with this placement.
1000Optional description of the placement.
Extension field for additional placement-specific data.
Operational status of the placement. Defaults to Inactive.
ACTIVE, INACTIVE, ARCHIVED 